home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / image / mufus54d.zip / CONFIG.TEL < prev    next >
Text File  |  1994-08-05  |  8KB  |  208 lines

  1. # CONFIG.TEL - for use with the NCSA Telbin emulator for DOS
  2.  
  3. myip=BOOTP                  # receive my IP number from a BOOTP server
  4.                 #   legal values are: a number of the form:
  5.                 #       x.x.x.x, RARP, or BOOTP
  6.                 #   Defaults to 127.0.0.1
  7. #netmask=0.0.0.0            # subnetting mask
  8.                 #   Default is 0.0.0.0
  9.  
  10. #The following are the ISA boards supported:
  11.  
  12. hardware=packet            # packet driver interface 
  13. interrupt=0           #    PACKET DRIVERS ONLY ARE SUPPORTED
  14. ioaddr=0x60           #    ALL GENERIC DRIVERS HAVE BEEN REMOVED
  15.  
  16. windowgoaway=yes            # whether windows go away when closed
  17.                 #   Default is no
  18.  
  19. autoscroll=no               # whether to autoscroll when at the top of the
  20.                 # screen in scrollback
  21.                 #   Default is yes
  22.  
  23. #clock=off                  # whether the clock is displayed or not
  24.                 #   Default is on
  25.  
  26. termtype="vt220"            # the type of terminal emulation to perform
  27.                 # currently only vt100 is supported
  28.                 #   Default is vt100
  29.  
  30. #outputfile=telnet.out      # path name of the output mapping file
  31.                 #   Defaults to none
  32.  
  33. #keyfile=enhanced.key         # path name of your keyboard re-mapping file
  34. #keyfile=standard.key         #   
  35.  
  36. beep=yes                    # display musical note in session status
  37.                 # on the status line when a ascii 7 is received
  38.                 # in that session
  39.                 #   Defaults to no
  40.  
  41. services=services        # path to the services file for displaying
  42.                 # network information
  43.                 #   Defaults to none
  44.  
  45. tek=yes                     # enable tektronix graphics
  46.                 #   Default is on
  47.  
  48. video=auto                  # type of video screen
  49.                 #    Legal values for video are:
  50.                 #    cga,ega,pga,no9,hercules,ega43,vga50
  51.                 #   Default is ega
  52.  
  53. bios=yes                    # don't use slow BIOS screen access
  54.                 #    bios=yes to reduce flicker on cga
  55.                 #    bios=yes for TopView or Windows
  56.                 #   Default is no
  57.  
  58. ftp=yes                     # do you want ftp enabled?
  59.                 #   Default is no
  60.  
  61. ftpwrt=yes                  # FTP write access enabled?
  62.                 #  Default is no
  63.  
  64. rcp=no                      # do you want rcp enabled?
  65.                 #   Default is no
  66.  
  67. lpd=no                      # do you want lpd enabled?
  68.                 #   Default is no
  69.  
  70. domainretry=5               # number of domain lookup retries
  71.                 #   Default is 3
  72.  
  73. domain="upe.ac.za"          # default domain for hostname lookup
  74.                 #   Default is none
  75.  
  76. domaintime=30               # timeout for a domain lookup
  77.                 #   Defaults to 4
  78.  
  79. #concolor=070170            # Set the console colors
  80.                 #   Default is 070170
  81.  
  82. #capfile=SCREEN.OUT         # default name for capture file
  83.                 #   Default is none
  84.  
  85. #hpfile=hp.out              # file to write HPGL to,
  86.                 #    COM1 can be used for attached plotter
  87.                 #   Defaults to none
  88.  
  89. #psfile=ps.out              # file to write postscript to
  90.                 #   Detaults to none
  91.  
  92. #tekfile=tek.out            # file to write Tek codes to
  93.                 #   Defaults to none
  94.  
  95. arptime=8                   # arp timeout in seconds
  96.                 #    affects machines on your local network
  97.                 #   Defaults to 8
  98. #passfile="nul"             # name of file to find FTP passwords in
  99.                 #   Default is none
  100. #
  101. #  Following are individual machine specifications
  102. #  Gateways are used in order that they appear in the file
  103. #  Nameservers rotate, #1, #2, #3, #1, #2 when a request fails
  104. #
  105. #  The machine named "default" contains the fields which are automatically
  106. #  filled in for later hosts
  107. #
  108. name=default                # Session name, "default" is a reserved name
  109.                 #   Not a real machine, default parameters only
  110. #host=                      # Actual host name of machine, not session name
  111.                 #   Required
  112. #hostip=                    # IP address of host, example is for SRI-NIC
  113.                 #   Required
  114. #gateway=0                  # This machine is a gateway for me
  115.                 #   Default is no (0)
  116. #nameserver=0               # This machine has a DOMAIN name server for me
  117.                 #   Default is no (0)
  118. scrollback=200              # number of lines of scrollback per session
  119.                 #   Default is (0)
  120. clearsave=on                # whether to save cleared line in scrollback
  121.                 #   Default is on
  122.  
  123. # color codes for a specific session:
  124. #       black, blue, green, cyan, red, magenta, yellow, white
  125. #       BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, YELLOW, WHITE
  126. #
  127. #       NOTE: when the highlighted colors are used for a background color,
  128. #               they produce blinking text.
  129. nfcolor=white                   # vt100 normal foreground color
  130.                 #   Default is green
  131. nbcolor=black                   # vt100 normal background color
  132.                 #   Default is black
  133. bfcolor=black                   # vt100 blink foreground color
  134.                 #   Default is black
  135. bbcolor=white                   # vt100 blink background color
  136.                 #   Default is green
  137. rfcolor=black                   # vt100 reverse foreground color
  138.                 #   Default is blue
  139. rbcolor=white                   # vt100 reverse background color
  140.                 #   Default is black
  141. ufcolor=WHITE                   # vt100 underline foreground color
  142.                 #   Default is blue
  143. ubcolor=black                   # vt100 underline background color
  144.                 #   Default is black
  145.  
  146. erase=backspace                 # use delete code or backspace code for <- key?
  147.                 #   legal values are "delete" and "backspace"
  148.                 #   Default is "backspace"
  149. vtwrap=yes                      # should VT100 be in wrap mode or not?
  150.                 #   Default is no
  151. vtwidth=80                      # width of the vt100 screen
  152.                 #   legal values are 80 and 132
  153.                 #   Default is 80 (132 may not work correctly)
  154. crmap=4.3BSDCRNUL               # map of the CR key for compatibility
  155.                 #   legal values are "4.3BSDCRNUL" and "LF"
  156.                 #   Default is "LF"
  157. #duplex=half                    # modifier for non-echo mode, forces send
  158.                 #   legal value are "full" and "half"
  159.                 #   Default is full duplex
  160. #font=Monaco                    # font for the window text (Unsupported)
  161.                 #   Default is Monaco
  162. #fsize=9                        # fontsize for the window text (Unsupported)
  163.                 #   Deafult is 9
  164. #port=23                        # value of the port to telnet to
  165.                 #   Default is 23
  166. #ftpoptions="-n"                # modifier for the 'ftp back to PC' string
  167.                 # The string is sent as:
  168.                 #       "ftp <ftpoptions> <IP>
  169.                 #   Default is none
  170. #outputmap=yes                  # Whether to use the output mapping for this
  171.                 #   machine.
  172.                 #   Legal values are: "yes" or "no"
  173.                 #   Default is no
  174.  
  175. #  The following entries affect the tuning of TCP connections to this host.
  176. #  They should be set by the network administrator who is familiar with
  177. #    the requirements of your specific network.
  178. contime=120             # timeout in seconds to try connection
  179.             #   before returning error to user
  180.             #   Default is (120)
  181. retrans=30              # starting retransmit time out in ticks
  182.             #   1/18ths of sec
  183.             #   Default is (5)
  184. #mtu=256                 # maximum transmit unit in bytes
  185.             #   This is not used anymore
  186. #maxseg=256              # largest segment we can receive
  187.             #   whatever the hardware can take, MAX=1460
  188.             #   Default is (1460 or 512)
  189. #rwin=1024               # most bytes we can receive without ACK
  190.             #   =TCP window size, MAX=4096
  191.             #   larger isn't always better
  192.             #   Default is (4096)
  193.  
  194. #
  195. #  Below this line, most of the communication parameters are obtained
  196. #   from the "default" host entry.
  197. #  Machine names, IP addresses, and special communication parameters are
  198. #   present when needed.
  199. #
  200. #    PLEASE NOTE : THESE ARE EXAMPLES FROM THE UPE ENVIRONMENT
  201. #              PLEASE CHANGE THESE TO SUITE YOUR NEEDS
  202. #
  203. name=dolphin; host=dolphin.upe.ac.za; hostip=192.96.15.1; nameserver=1
  204. name=gw; host=gw-upe-petech; hostip=192.96.15.2; gateway=1
  205. name=hiPPo; host=hiPPo.ru.ac.za; hostip=146.231.128.1; nameserver=3
  206. name=ed; host=ed.petech.ac.za; hostip=192.96.7.1; nameserver=2
  207. name=ops11; host=ops11.upe.ac.za; hostip=192.96.15.11
  208.